go/types.Checker.funcBody (method)

3 uses

	go/types (current package)
		decl.go#L868: 			check.funcBody(decl, obj.name, sig, fdecl.Body, nil)
		literals.go#L100: 				check.funcBody(decl, "<function literal>", sig, e.Body, iota)
		stmt.go#L19: func (check *Checker) funcBody(decl *declInfo, name string, sig *Signature, body *ast.BlockStmt, iota constant.Value) {